Skip to content

Changelog: generalize vendor references, wording fixes and formatting cleanup - #555

Merged
jackgranatowski merged 2 commits into
mainfrom
codex/usun-wzmianki-o-acss-i-automatic.css
Jul 7, 2026
Merged

Changelog: generalize vendor references, wording fixes and formatting cleanup#555
jackgranatowski merged 2 commits into
mainfrom
codex/usun-wzmianki-o-acss-i-automatic.css

Conversation

@jackgranatowski

@jackgranatowski jackgranatowski commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Motivation

  • Clean up and standardize historical changelog copy to remove vendor-specific names, correct phrasing, and fix formatting inconsistencies across CHANGELOG.md and CHANGELOG_FULL.md.

Description

  • Replace explicit third-party framework/vendor mentions (e.g. ACSS/Automatic.css) with more generic or vendor-neutral wording across both changelog files.
  • Adjust a handful of entry titles and descriptions (for example automatic.css-tier DXadvanced configurator DX) and correct HTML/entity and translation formatting issues.
  • Fix minor whitespace/line-wrapping inconsistencies and small copy edits to improve readability and consistency between CHANGELOG.md and CHANGELOG_FULL.md.
  • Keep all semantic content and version entries unchanged while aligning language and presentation.

Testing

  • Ran a markdown lint pass (markdownlint) against the changed files and a docs build, both of which completed successfully.

Codex Task

Summary by CodeRabbit

  • Documentation
    • Updated CHANGELOG.md and CHANGELOG_FULL.md wording across multiple historical releases for clearer, more consistent descriptions.
    • Refined text related to framework guidance, builder integration behavior, audit/token documentation, admin version-pill and UI notes, and CDN/migration phrasing.
    • Generalized prior third-party naming references and improved readability/formatting throughout.
    • Refreshed the “Development Summary” PR counts shown in the release history.

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 598e5338-3aa8-4264-8527-62c24b41365f

📥 Commits

Reviewing files that changed from the base of the PR and between 7d4fe9c and a18aa5b.

📒 Files selected for processing (2)
  • CHANGELOG.md
  • CHANGELOG_FULL.md
✅ Files skipped from review due to trivial changes (2)
  • CHANGELOG_FULL.md
  • CHANGELOG.md

📝 Walkthrough

Walkthrough

This PR revises changelog wording across historical entries in CHANGELOG.md and CHANGELOG_FULL.md, including vendor-neutral phrasing, clarified descriptions, and updated summary totals. No code logic or public API declarations changed.

Changes

Changelog wording revisions

Layer / File(s) Summary
Early history (0.1.0 / pre-release) wording updates
CHANGELOG.md, CHANGELOG_FULL.md
Descriptions for PRs #28, #47-#49, #57, #66, and #75 were revised for completion-checklist, indexing/inventory, API coverage, and CI publishing wording.
v0.2.0/v0.3.0 wording and vendor-naming cleanup
CHANGELOG.md, CHANGELOG_FULL.md
Descriptions for PRs #31-#38, #79, #102, #110-#112, #135, #147/#148, and #158 were revised, including removal of third-party framework references and clarification of snapshot/version-pill text.
v0.5.x framework entries wording updates
CHANGELOG.md, CHANGELOG_FULL.md
The 0.5.32 configurator DX bullet and PRs #181, #224, #237, #260/#261 were reworded for phrasing consistency.
Bricks Builder Integration entries and summary counts
CHANGELOG_FULL.md
Descriptions for PRs #177-#258 in the Bricks Builder Integration section were revised, and Development Summary counts were updated.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Suggested labels: documentation

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the PR’s main changelog cleanup, vendor-neutral wording, and formatting revisions.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/usun-wzmianki-o-acss-i-automatic.css

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@qodo-code-review

Copy link
Copy Markdown

PR Summary by Qodo

Changelog: neutralize vendor references and clean up formatting

📝 Documentation 🕐 10-20 Minutes

Grey Divider

AI Description

• Generalize vendor/framework references across changelog history for neutrality.
• Fix a few entry titles/descriptions to improve phrasing consistency.
• Clean up line-wrapping/whitespace to keep CHANGELOG variants aligned.
Diagram

graph TD
  A([Docs author]) --> B["CHANGELOG.md"] --> D([Readers / release notes])
  A([Docs author]) --> C["CHANGELOG_FULL.md"] --> D([Readers / release notes])
Loading
High-Level Assessment

The following are alternative approaches to this PR:

1. Add a CI check for prohibited vendor terms
  • ➕ Prevents regressions (new vendor mentions) automatically
  • ➕ Keeps changelog language consistent without repeated manual sweeps
  • ➖ Requires agreeing on the denylist/allowlist and maintaining it
  • ➖ May need exceptions for legitimate historical context
2. Centralize wording guidance (glossary/style note) and link it
  • ➕ Low effort ongoing; documents the desired neutral terminology
  • ➕ Helps future contributors choose consistent phrasing
  • ➖ Does not enforce compliance; relies on reviewer diligence
  • ➖ Still allows drift if not referenced

Recommendation: The PR’s approach (direct edits in both changelog files) is appropriate for a one-time cleanup and keeps history intact. Consider a lightweight follow-up CI/lint rule (or a documented style note) to prevent reintroducing vendor-specific naming going forward.

Files changed (2) +61 / -61

Documentation (2) +61 / -61
CHANGELOG.mdVendor-neutral changelog wording + minor formatting fixes +28/-28

Vendor-neutral changelog wording + minor formatting fixes

• Replaces vendor/framework-specific phrasing with more generic wording in several historical entries (e.g., configurator DX and audit references). Also fixes minor line-wrapping/whitespace issues to improve readability without changing the version history.

CHANGELOG.md

CHANGELOG_FULL.mdMirror vendor-neutral wording and whitespace cleanup from main changelog +33/-33

Mirror vendor-neutral wording and whitespace cleanup from main changelog

• Applies the same vendor-neutral language updates and small formatting/whitespace fixes as CHANGELOG.md to keep the full history consistent. Adjusts a few entry titles/descriptions while preserving the underlying changelog structure and semantics.

CHANGELOG_FULL.md

@qodo-code-review

qodo-code-review Bot commented Jul 7, 2026

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (1) 📘 Rule violations (0) 📜 Skill insights (0)

Context used
✅ Compliance rules (platform): 12 rules

Grey Divider


Remediation recommended

1. Truncated #47 entry 🐞 Bug ⚙ Maintainability
Description
Changelog entries for PR #47 and PR #135 are truncated mid-word ("overla" and "replacin") in both
CHANGELOG.md and CHANGELOG_FULL.md, leaving incomplete rendered summaries. This appears to be
accidental truncation rather than intentional formatting.
Code

CHANGELOG_FULL.md[R26-27]

+- **#47** — completion checklist — framework coverage benchmark
+  > Comprehensive completion checklist for bringing the existing SLASHED layers to 100% — benchmarked against a comparable utility-class feature set (closest match, ~85% overla
Relevance

⭐⭐⭐ High

Team frequently edits CHANGELOG for accuracy/cleanup (PRs #414, #268/#269); truncated text likely
fixed.

PR-#414
PR-#269
PR-#268

ⓘ Recommendations generated based on similar findings in past PRs

Evidence
In both CHANGELOG.md and CHANGELOG_FULL.md, the PR #47 blockquote summary line ends with "~85%
overla" and the next changelog entry (#48) begins immediately on the following line, showing the
sentence does not continue anywhere else. Likewise, the PR #135 blockquote summary line ends with
"replacin" and the next entry (#136) starts immediately after, confirming the text was cut off in
the final markdown output rather than wrapped or continued.

CHANGELOG.md[971-976]
CHANGELOG_FULL.md[24-28]
CHANGELOG.md[887-890]
CHANGELOG_FULL.md[172-177]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
The changelog blockquote summaries for PR #47 and PR #135 are cut off mid-word ("overla" and "replacin") in both the short and full changelog files, resulting in incomplete sentences in the rendered changelog.

## Issue Context
This truncation appears in both CHANGELOG.md and CHANGELOG_FULL.md; the surrounding entries start immediately on the next line (#48 after #47, and #136 after #135), indicating the missing text is not continued elsewhere. These sections were impacted by PR wording/title/description edits, but the final blockquote summaries remain truncated.

## Fix Focus Areas
- CHANGELOG.md[973-975]
- CHANGELOG_FULL.md[26-28]
- CHANGELOG.md[887-889]
- CHANGELOG_FULL.md[174-176]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

Qodo Logo

Comment thread CHANGELOG_FULL.md
Comment on lines +26 to +27
- **#47** — completion checklist — framework coverage benchmark
> Comprehensive completion checklist for bringing the existing SLASHED layers to 100% — benchmarked against a comparable utility-class feature set (closest match, ~85% overla

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remediation recommended

1. Truncated #47 entry 🐞 Bug ⚙ Maintainability

Changelog entries for PR #47 and PR #135 are truncated mid-word ("overla" and "replacin") in both
CHANGELOG.md and CHANGELOG_FULL.md, leaving incomplete rendered summaries. This appears to be
accidental truncation rather than intentional formatting.
Agent Prompt
## Issue description
The changelog blockquote summaries for PR #47 and PR #135 are cut off mid-word ("overla" and "replacin") in both the short and full changelog files, resulting in incomplete sentences in the rendered changelog.

## Issue Context
This truncation appears in both CHANGELOG.md and CHANGELOG_FULL.md; the surrounding entries start immediately on the next line (#48 after #47, and #136 after #135), indicating the missing text is not continued elsewhere. These sections were impacted by PR wording/title/description edits, but the final blockquote summaries remain truncated.

## Fix Focus Areas
- CHANGELOG.md[973-975]
- CHANGELOG_FULL.md[26-28]
- CHANGELOG.md[887-889]
- CHANGELOG_FULL.md[174-176]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools

Refine historical changelog cleanup so affected entries read naturally.

Avoid awkward partial sentences and keep PR metadata free of removed names.

Testing: npm run docs; rg removed-name patterns; git diff --check.
@jackgranatowski
jackgranatowski merged commit 3b3bc2d into main Jul 7, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant